TypeScript


Posted by Christy on 2022-01-07

本文為 [MTR05] W24 補充影片裡的「補充:TypeScript 介紹」

TypeScript 是什麼?

TypeScript is JavaScript with syntax for types.

一個賦予 JavaScript 型別的語言,但最後寫完還是會 compile 成 JavaScript,可以幫助你寫出更穩健的程式碼

VsCode 跟 TypeScript 整合很好










Related Posts

Python Monkey Patch 入門教學

Python Monkey Patch 入門教學

遍歷物件 for in 和 for of

遍歷物件 for in 和 for of

eclipse 的 debug 小幫手

eclipse 的 debug 小幫手


Comments